Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / GcGraphics Class / FillEllipse Method / FillEllipse(RectangleF,Brush,Nullable<RectangleF>,Nullable<Matrix3x2>) Method
A System.Drawing.RectangleF structure that specifies the ellipse to fill.
The fill brush.
The optional bounds for a gradient brush.
The transformation applied to the brush.

In This Topic
    FillEllipse(RectangleF,Brush,Nullable<RectangleF>,Nullable<Matrix3x2>) Method
    In This Topic
    Fills an ellipse with a specified brush.
    Syntax
    'Declaration
     
    Public Overloads Sub FillEllipse( _
       ByVal bounds As System.Drawing.RectangleF, _
       ByVal brush As Brush, _
       Optional ByVal brushBounds As System.Nullable(Of RectangleF), _
       Optional ByVal brushTransform As System.Nullable(Of Matrix3x2) _
    ) 
    public void FillEllipse( 
       System.Drawing.RectangleF bounds,
       Brush brush,
       System.Nullable<RectangleF> brushBounds,
       System.Nullable<Matrix3x2> brushTransform
    )

    Parameters

    bounds
    A System.Drawing.RectangleF structure that specifies the ellipse to fill.
    brush
    The fill brush.
    brushBounds
    The optional bounds for a gradient brush.
    brushTransform
    The transformation applied to the brush.
    See Also